home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / tls / tls029.2 < prev    next >
Text File  |  1994-09-02  |  348b  |  12 lines

  1.  
  2. : install the online directory
  3.  
  4. echo "Installing the online directory, this will take a few minutes ..."
  5. zcat ./TAR.Z | tar xvf -
  6. rm TAR.Z
  7. scodir=`pwd`
  8. echo "SCODIR="$scodir"\nexport SCODIR\nPATH=\$PATH:.\nexport PATH\nPAGER=/usr/bin/more\nexport PAGER\ncd \$SCODIR/bin\nmenu menus" > ./bin/scodir
  9. chmod 755 ./bin/*
  10. /usr/bin/more ./bin/RELNOTES
  11. :
  12.